home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh -f
-
- set CD_PATH=$HOTMIXDIR/bin
-
- cd $CD_PATH
- xwsh -holdonerror -bg royalblue -fg white -fn rk16 \
- -geom 75x15+100+100 -cursorfg violetred1 -cursorbg violetred1 \
- -e /bin/csh -c \
- "echo ; \
- echo You will need to be root to install the Showcase library.; \
- echo If your system has a ROOT password, you must enter it.; \
- echo If you have no ROOT password, you will not be prompted for it.; \
- echo ; \
- su root -c './Install_sclib2'"
- if ( -x /usr/lib/libshowcase3d_s ) then
- exit 0
- else
- exit 1
- endif
-